home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / dev / misc / BoulderEngine.lha / BOULDER_Mar_18.lha / ROTATE.C < prev   
Encoding:
Text File  |  1994-02-07  |  156 b   |  11 lines

  1. rotate()
  2. {
  3. USHORT r;
  4. r=colortable[2];
  5. colortable[2]=colortable[3];
  6. colortable[3]=colortable[4];
  7. colortable[4]=r;
  8. LoadRGB4(&viewport,colortable,(long)8);
  9. }
  10.  
  11.